home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / chicken_.swf / scripts / DefineSprite_125 / frame_15 / DoAction.as
Text File  |  2008-11-12  |  200b  |  12 lines

  1. if(score[0] > 0 && score[1] > 0)
  2. {
  3.    _root.total += score[0] + score[1];
  4. }
  5. _root["meat_" + num]._visible = false;
  6. i = 0;
  7. while(i < 2)
  8. {
  9.    _root["vluation_" + i].gotoAndStop(1);
  10.    i++;
  11. }
  12.